home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000375_news@columbia.edu_Sat Dec 10 00:04:26 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01089
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 9 Dec 1994 19:04:32 -0500
  3. Received: by apakabar.cc.columbia.edu id AA00784
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 9 Dec 1994 19:04:29 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Scripts via Telnet
  9. Date: 10 Dec 1994 00:04:26 GMT
  10. Organization: Columbia University
  11. Lines: 24
  12. Message-Id: <3caraa$oe@apakabar.cc.columbia.edu>
  13. References: <D0JwoF.LHL@agora.rdrop.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D0JwoF.LHL@agora.rdrop.com>,
  18. Tom Glover <tomg@agora.rdrop.com> wrote:
  19. >I realize that this has probably been answered before but I am a novice with
  20. >kermit.
  21. >
  22. >Is it possible to script via telnet (e.g. login, transfer file, logout). I have
  23. >had good success doing this via serial comm. lines but can get nowhere trying
  24. >to do it with a telnet session.
  25.  
  26.  
  27. Of course it is.  Instead of using TELNET <host> in your script, use
  28.  
  29.     SET NETWORK TCP/IP
  30.     SET HOST <host>
  31.     whatever your login requires
  32.     transfer files
  33.     logout
  34.     SET HOST
  35.  
  36. As long as you don't enter CONNECT mode, you can run scripts.
  37. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  38. "C-Kermit: available on more platforms than any other communications software."
  39. "Kermit FTP: sending files whenever and wherever they are needed."
  40. *NEW* OS/2 version 5A(190): ftp kermit.columbia.edu /kermit/archives/ckoker.zip